InputEventOrBuilder

interface InputEventOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getEventCode(): Int

The input event code
uint32 event_code = 1;
Link copied to clipboard
abstract fun getKbChar(): Int

Keyboard character code
uint32 kb_char = 2;
Link copied to clipboard
abstract fun getTouchX(): Int

The touch X coordinate
uint32 touch_x = 3;
Link copied to clipboard
abstract fun getTouchY(): Int

The touch Y coordinate
uint32 touch_y = 4;